Skip to content

zimmerrol/FTPNet

Repository files navigation

FTPNet

Simple implementation of the FTP protocol (client side) using .NET 3.5

This repository is not actively maintained; but maybe this is still helpful for someone trying to implement the FTP protocol on their own.

The repository contains two implementations of the protocol:

  • a very basic version for classic .NET 3.5 (for Desktop applications), no advanced features
  • a extended version which can be compiled as a portable library with advanced features

To use the portable library who might have to update the Bouncy Castle library inside the project which is responsible for the SSL/TLS encryption. Look here for a suitable replacement.

Top half of class diagram Bottom half of class diagram

About

Implementation of a FTP client in .NET 3.5 for desktop and portable applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages